[INFO] cloning repository https://github.com/ironcalc/IronCalc
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/ironcalc/IronCalc" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fironcalc%2FIronCalc", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fironcalc%2FIronCalc'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 2f539370489872ddac0d452e4d93d7c402cb4be3
[INFO] checking ironcalc/IronCalc against try#d0ab665d12770dbaae620b539ee4319b83445f45 for pr-133502-24
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fironcalc%2FIronCalc" "/workspace/builds/worker-5-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-5-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/ironcalc/IronCalc
[INFO] finished tweaking git repo https://github.com/ironcalc/IronCalc
[INFO] tweaked toml for git repo https://github.com/ironcalc/IronCalc written to /workspace/builds/worker-5-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/ironcalc/IronCalc on toolchain d0ab665d12770dbaae620b539ee4319b83445f45
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+d0ab665d12770dbaae620b539ee4319b83445f45" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/ironcalc/IronCalc already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+d0ab665d12770dbaae620b539ee4319b83445f45" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3d5ced03c013a94a2f102a4510f48a6e9184255caf5fd8244f58017bde7f5210" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] ddd7ce76fb1ae494a1f6c00af0576767cf78fbde6162c1565dbb6edee39e91fb
[INFO] running `Command { std: "docker" "start" "ddd7ce76fb1ae494a1f6c00af0576767cf78fbde6162c1565dbb6edee39e91fb", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "ddd7ce76fb1ae494a1f6c00af0576767cf78fbde6162c1565dbb6edee39e91fb", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "ddd7ce76fb1ae494a1f6c00af0576767cf78fbde6162c1565dbb6edee39e91fb" "/opt/rustwide/cargo-home/bin/cargo" "+d0ab665d12770dbaae620b539ee4319b83445f45" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "ddd7ce76fb1ae494a1f6c00af0576767cf78fbde6162c1565dbb6edee39e91fb", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-w" "/opt/rustwide/workdir" "--user" "0:0" "ddd7ce76fb1ae494a1f6c00af0576767cf78fbde6162c1565dbb6edee39e91fb" "/opt/rustwide/cargo-home/bin/cargo" "+d0ab665d12770dbaae620b539ee4319b83445f45" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling serde_core v1.0.228
[INFO] [stderr]    Compiling libm v0.2.15
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling find-msvc-tools v0.1.8
[INFO] [stderr]     Checking phf_shared v0.12.1
[INFO] [stderr]    Compiling chrono-tz v0.10.4
[INFO] [stderr]    Compiling serde_json v1.0.149
[INFO] [stderr]    Compiling bitcode_derive v0.6.9
[INFO] [stderr]     Checking phf v0.12.1
[INFO] [stderr]     Checking bytemuck v1.24.0
[INFO] [stderr]    Compiling cc v1.2.53
[INFO] [stderr]    Compiling ironcalc_base v0.7.1 (/opt/rustwide/workdir/base)
[INFO] [stderr]     Checking digest v0.10.7
[INFO] [stderr]    Compiling zstd-safe v5.0.2+zstd.1.5.2
[INFO] [stderr]    Compiling crc32fast v1.5.0
[INFO] [stderr]     Checking inout v0.1.4
[INFO] [stderr]     Checking simd-adler32 v0.3.8
[INFO] [stderr]     Checking base64ct v1.8.3
[INFO] [stderr]     Checking adler2 v2.0.1
[INFO] [stderr]     Checking powerfmt v0.2.0
[INFO] [stderr]     Checking sha2 v0.10.9
[INFO] [stderr]     Checking miniz_oxide v0.8.9
[INFO] [stderr]     Checking deranged v0.5.5
[INFO] [stderr]     Checking password-hash v0.4.2
[INFO] [stderr]     Checking hmac v0.12.1
[INFO] [stderr]     Checking cipher v0.4.4
[INFO] [stderr]     Checking time-core v0.1.7
[INFO] [stderr]     Checking num-conv v0.1.0
[INFO] [stderr]     Checking flate2 v1.1.8
[INFO] [stderr]     Checking pbkdf2 v0.11.0
[INFO] [stderr]     Checking aes v0.8.4
[INFO] [stderr]     Checking sha1 v0.10.6
[INFO] [stderr]     Checking bitcode v0.6.9
[INFO] [stderr]     Checking constant_time_eq v0.1.5
[INFO] [stderr]    Compiling ironcalc v0.7.1 (/opt/rustwide/workdir/xlsx)
[INFO] [stderr]     Checking itertools v0.12.1
[INFO] [stderr]     Checking roxmltree v0.19.0
[INFO] [stderr]    Compiling target-lexicon v0.13.4
[INFO] [stderr]    Compiling getrandom v0.3.4
[INFO] [stderr]    Compiling zstd-sys v2.0.16+zstd.1.5.7
[INFO] [stderr]    Compiling bzip2-sys v0.1.13+1.0.8
[INFO] [stderr]    Compiling pyo3-build-config v0.27.2
[INFO] [stderr]     Checking approx v0.5.1
[INFO] [stderr]     Checking chrono v0.4.43
[INFO] [stderr]     Checking statrs v0.18.0
[INFO] [stderr]     Checking time v0.3.45
[INFO] [stderr]    Compiling wasm-bindgen-shared v0.2.108
[INFO] [stderr]     Checking serde v1.0.228
[INFO] [stderr]     Checking csv v1.4.0
[INFO] [stderr]     Checking bzip2 v0.4.4
[INFO] [stderr]     Checking uuid v1.19.0
[INFO] [stderr]    Compiling bumpalo v3.19.1
[INFO] [stderr]     Checking futures-util v0.3.31
[INFO] [stderr]    Compiling wasm-bindgen v0.2.108
[INFO] [stderr]     Checking unicode-ident v1.0.22
[INFO] [stderr]    Compiling wasm-bindgen-macro-support v0.2.108
[INFO] [stderr]    Compiling pyo3-macros-backend v0.27.2
[INFO] [stderr]    Compiling pyo3-ffi v0.27.2
[INFO] [stderr]    Compiling memoffset v0.9.1
[INFO] [stderr]    Compiling napi v3.8.2
[INFO] [stderr]    Compiling pyo3 v0.27.2
[INFO] [stderr]    Compiling napi-derive-backend v5.0.1
[INFO] [stderr]     Checking napi-sys v3.2.1
[INFO] [stderr]    Compiling ironcalc_nodejs v0.7.1 (/opt/rustwide/workdir/bindings/nodejs)
[INFO] [stderr]    Compiling pyroncalc v0.7.1 (/opt/rustwide/workdir/bindings/python)
[INFO] [stderr]     Checking unindent v0.2.4
[INFO] [stderr]    Compiling wasm-bindgen-test-macro v0.3.58
[INFO] [stderr]     Checking nu-ansi-term v0.50.3
[INFO] [stderr]     Checking cast v0.3.0
[INFO] [stderr]     Checking wasm-bindgen-test-shared v0.2.108
[INFO] [stderr]     Checking oorandom v11.1.5
[INFO] [stderr]    Compiling wasm-bindgen-macro v0.2.108
[INFO] [stderr]     Checking futures-executor v0.3.31
[INFO] [stderr]    Compiling napi-derive v3.5.1
[INFO] [stderr]     Checking futures v0.3.31
[INFO] [stderr]     Checking js-sys v0.3.85
[INFO] [stderr]    Compiling pyo3-macros v0.27.2
[INFO] [stderr]     Checking zstd v0.11.2+zstd.1.5.2
[INFO] [stderr]     Checking zip v0.6.6
[INFO] [stderr]     Checking wasm-bindgen-futures v0.4.58
[INFO] [stderr]     Checking serde-wasm-bindgen v0.4.5
[INFO] [stderr]     Checking wasm-bindgen-test v0.3.58
[INFO] [stderr]     Checking wasm v0.7.1 (/opt/rustwide/workdir/bindings/wasm)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 06s
[INFO] running `Command { std: "docker" "inspect" "ddd7ce76fb1ae494a1f6c00af0576767cf78fbde6162c1565dbb6edee39e91fb", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "ddd7ce76fb1ae494a1f6c00af0576767cf78fbde6162c1565dbb6edee39e91fb", kill_on_drop: false }`
[INFO] [stdout] ddd7ce76fb1ae494a1f6c00af0576767cf78fbde6162c1565dbb6edee39e91fb
